MindFusion.Wpf Pack Programmer's Guide
Shape Constructor (String, String, List(ShapeControlPoint), String)
See Also
 





Initializes a new instance of the Shape class with the specified outline and decorations formulas and id.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Shape (
    string outlineFormula,
    string decorationsFormula,
    List<ShapeControlPoint> controlPoints,
    string id
)

Visual Basic  Copy Code

Public New ( _
    outlineFormula As String, _
    decorationsFormula As String, _
    controlPoints As List(Of ShapeControlPoint), _
    id As String _
)

 Parameters

outlineFormula

A string containing the formula that defines the shape outline.

decorationsFormula

A string containing the formula that defines the shape decorations.

controlPoints

A list of ShapeControlPoint objects that let users adjust the shape.

id

The string identifier of the new shape.

 See Also

Shape Constructor Overload List
Shape Class
MindFusion.Diagramming.Wpf Namespace